func net.dtoi

11 uses

	net (current package)
		conf.go#L495: 			debugLevel, _, _ = dtoi(s)
		dial.go#L268: 		proto, i, ok := dtoi(protostr)
		dnsconfig_unix.go#L80: 					n, _, _ := dtoi(s[6:])
		dnsconfig_unix.go#L88: 					n, _, _ := dtoi(s[8:])
		dnsconfig_unix.go#L94: 					n, _, _ := dtoi(s[9:])
		interface.go#L267: 		index, _, _ = dtoi(name)
		ip.go#L530: 	n, i, ok := dtoi(mask)
		lookup_unix.go#L35: 		if proto, _, ok := dtoi(f[1]); ok {
		parse.go#L130: func dtoi(s string) (n int, i int, ok bool) {
		port_unix.go#L35: 		port, j, ok := dtoi(portnet)
		sock_linux.go#L45: 	n, _, ok := dtoi(f[0])